Compile the Application

After creating all the elements of your project, you are ready to compile it. The project must be compiled before it is simulated or downloaded to the target.


  • Each time you modify your project, you have to recompile and download this new version to save your modifications on the target.

You can compile your project with the compile icon in the toolbar (Ctrl+B shortcut).

The compiler reports messages in the Information and Logs toolbox (see Compiler Output tab).

No other actions are possible when the compilation is in progress.

Compiler Output

Figure 4-53: Compiler Output


  • Errors are easily located using the information and logs window as shown below.

Double-click on an error in the list to open the program and jump directly to the relevant location in the editor.

Error Location when Compiling

Figure 4-54: Error Location when Compiling

To locate source code, you can also use the Find and replace feature (for more information, refer to Find and Replace Tab)